←Select platform

Execute<T>(Action<T>,T) Method

Summary

Executes the specified delegate. Provides additional state information to be passed to the thread.

Syntax

C#
VB
C++
public static AsyncResult Execute<T>( 
   Action<T> d, 
   T state 
) 
  
Public Overloads Shared Function Execute(Of T)( _ 
   ByVal d As Action(Of T), _ 
   ByVal state As T _ 
) As Leadtools.Dicom.Addin.AsyncResult 
public: 
static Leadtools.Dicom.Addin.AsyncResult^ Executegeneric<typename T> 
(  
   Action<T^>^ d, 
   _T^_ state 
)  

Parameters

d
The delegate to execute asynchronously.

state
The state information to pass to the thread.

Type Parameters

T
The type of parameter this thread uses.

Return Value

The asynchronous result.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly